-
Notifications
You must be signed in to change notification settings - Fork 24
feat: implements css to html file in Chanels Lesson 22 #547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once you apply the requested changes, your submission will be much closer to the CD website :)
<section class="programs-section"> | ||
<h2>Our <em class="highlight">Programs</em></h2> | ||
<ul class="programs"> | ||
<li class="program"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The program descriptions are shown as a grid in cards. Would be nice to see that reflected in your design.
<article> | ||
<section class="hero-section"> | ||
<div class="hero-overlay"></div> | ||
<div class="hero-content"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hero content block is left aligned, but I see it's right aligned for you.
Ok I'll correct the issue
…On Tue, Apr 29, 2025, 10:47 PM Anthony D. Mays ***@***.***> wrote:
***@***.**** requested changes on this pull request.
------------------------------
In lesson_22/chanel_mock_site/index.html
<#547 (comment)>
:
> + </div>
+ </header>
+ <div class="main">
+ <div class="content">
+ <article>
+ <section class="hero-section">
+ <div class="hero-overlay"></div>
+ <div class="hero-content">
+ <h2 class="hero-title">Together we can move the needle of <em class="highlight">diversity in tech.</em></h2>
+ <div class="hero-text"><span>Code Differently</span> provides hands on training and education through coding classes that gives participants the technical and cognitive skills they need to excel in technology-driven workplaces.</div>
+ </div>
+ </section>
+ <section class="programs-section">
+ <h2>Our <em class="highlight">Programs</em></h2>
+ <ul class="programs">
+ <li class="program">
The program descriptions are shown as a grid in cards. Would be nice to
see that reflected in your design.
------------------------------
In lesson_22/chanel_mock_site/index.html
<#547 (comment)>
:
> + </div>
+ <ul class="header-top-menu">
+ <li><a href="#">Home</a></li>
+ <li><a href="#">About</a></li>
+ <li><a href="#">Contact</a></li>
+ </ul>
+ <div class="header-cta">
+ <a class="sign-up-button" href="#">Sign Up</a>
+ </div>
+ </header>
+ <div class="main">
+ <div class="content">
+ <article>
+ <section class="hero-section">
+ <div class="hero-overlay"></div>
+ <div class="hero-content">
The hero content block is left aligned, but I see it's right aligned for
you.
—
Reply to this email directly, view it on GitHub
<#547 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BQBJ6TMXDDKENMCA7CU5M4L24A2STAVCNFSM6AAAAAB33RK7ZSVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDQMBVGU4DCMRUHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
.com>
|
Created the header and styled the hero img with the text provided.